home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group95b.txt / 000060_icon-group-sender _Tue Jun 20 14:53:08 1995.msg < prev    next >
Internet Message Format  |  1995-09-18  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Tue, 20 Jun 1995 16:39:48 MST
  2. Message-Id: <v01520d00ac0ceef8d07d@[199.182.128.92]>
  3. Mime-Version: 1.0
  4. Content-Type: text/plain; charset="us-ascii"
  5. Date: Tue, 20 Jun 1995 14:53:08 -0700
  6. To: icon-group@cs.arizona.edu
  7. From: bobalex@netcom.com (Bob Alexander)
  8. Subject: Re: Perl v. Icon
  9. Errors-To: icon-group-errors@cs.arizona.edu
  10.  
  11. For those of you Perl fans who won't touch Icon because it doesn't have
  12. regular expressions, here's a bulletin:
  13.  
  14. There is a full implementation of Perl regular expressions in the Icon
  15. program library (procs/regexp.icn).
  16.  
  17. I am the author of that procedure library -- however, I can count on half
  18. of the fingers on one hand the number of times that I've used it.  I much
  19. prefer Icon string scanning, even though it's not as terse.
  20.  
  21. The regular expression stuff was lots of fun to write in Icon.  Perl fans:
  22. try writing Icon's string scanning in Perl.  Even if you can do it, I'd bet
  23. it won't be much fun  :-)
  24.  
  25. Bob Alexander
  26. bobalex@netcom.com
  27.  
  28.  
  29.